home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / edwin.arc / EDWIN.HLP < prev    next >
Text File  |  1987-02-10  |  13KB  |  162 lines

  1.  ╠═══════════════════════════════════════════════════════════════════════════╣
  2.  ║                              MACRO REFERENCE                              ║
  3.  ╟───────────────────────────────────────────────────────────────────────────╢
  4.  ║           1  indent one line two spaces                                   ║
  5.  ║           2  unindent one line two spaces                                 ║
  6.  ║           3  procedure shell                                              ║
  7.  ║           4  function shell                                               ║
  8.  ║           5  program shell                                                ║
  9.  ║           6  register type                                                ║
  10.  ║           7  print file                                                   ║
  11.  ║           8  indent marked block two spaces                               ║
  12.  ║           9  unindent marked block two spaces                             ║
  13.  ╠═══════════════════════════════════════════════════════════════════════════╣
  14.  ║                          BASIC CURSOR MOVEMENTS                           ║
  15.  ╟───────────────────────────────────────────────────────────────────────────╢
  16.  ║             Character left              <Larrow>               <CtrlS>    ║
  17.  ║            Character right              <Rarrow>               <CtrlD>    ║
  18.  ║                  Word left            <CtrlLarr>               <CtrlA>    ║
  19.  ║                 Word right            <CtrlRarr>               <CtrlF>    ║
  20.  ║                    Line up              <Uarrow>               <CtrlE>    ║
  21.  ║                  Line down              <Darrow>               <CtrlX>    ║
  22.  ║                  Scroll up            <CtrlUarr>               <CtrlW>    ║
  23.  ║                Scroll down            <CtrlDarr>               <CtrlZ>    ║
  24.  ║                  Page down                <PgDn>               <CtrlC>    ║
  25.  ║                    Page up                <PgUp>               <CtrlR>    ║
  26.  ╠═══════════════════════════════════════════════════════════════════════════╣
  27.  ║                              QUICK MOVEMENTS                              ║
  28.  ╟───────────────────────────────────────────────────────────────────────────╢
  29.  ║              Top of window            <CtrlPgUp>        <CtrlQ><CtrlR>    ║
  30.  ║           Bottom of window            <CtrlPgDn>        <CtrlQ><CtrlC>    ║
  31.  ║        Cursor to left side                <Home>        <CtrlQ><CtrlS>    ║
  32.  ║       Cursor to right side                 <End>        <CtrlQ><CtrlD>    ║
  33.  ║              Top of screen            <CtrlHome>        <CtrlQ><CtrlE>    ║
  34.  ║           Bottom of screen             <CtrlEnd>        <CtrlQ><CtrlX>    ║
  35.  ║         Up to equal indent        <CtrlJ><CtrlB>                          ║
  36.  ║       Down to equal indent        <CtrlJ><CtrlE>                          ║
  37.  ║                 Go to line        <CtrlQ><CtrlN>                          ║
  38.  ║               Go to column        <CtrlO><CtrlC>                          ║
  39.  ║               Go to window        <CtrlO><CtrlQ>                          ║
  40.  ║   Previous cursor position        <CtrlQ><CtrlP>                          ║
  41.  ╠═══════════════════════════════════════════════════════════════════════════╣
  42.  ║                          INSERTION and DELETION                           ║
  43.  ╟───────────────────────────────────────────────────────────────────────────╢
  44.  ║         Undo last deletion                 <Esc>        <CtrlQ><CtrlU>    ║
  45.  ║               Restore line        <CtrlQ><CtrlL>                          ║
  46.  ║                  Smart tab               <CtrlI>                          ║
  47.  ║        Insert control char               <CtrlP>                          ║
  48.  ║                   New line               <CtrlM>                          ║
  49.  ║                Insert line               <CtrlN>                          ║
  50.  ║   Delete current character                 <Del>               <CtrlG>    ║
  51.  ║      Delete left character               <CtrlH>            <CtrlBkSp>    ║
  52.  ║          Delete right word               <CtrlT>                          ║
  53.  ║          Delete line right        <CtrlQ><CtrlY>                          ║
  54.  ║                Delete line               <CtrlY>                          ║
  55.  ║      Delete Line (no undo)             <CtrlDel>                          ║
  56.  ╠═══════════════════════════════════════════════════════════════════════════╣
  57.  ║                             FIND and REPLACE                              ║
  58.  ╟───────────────────────────────────────────────────────────────────────────╢
  59.  ║               Find pattern        <CtrlQ><CtrlF>                          ║
  60.  ║           Find and replace        <CtrlQ><CtrlA>                          ║
  61.  ║     Search and apply macro        <CtrlQ><CtrlM>                          ║
  62.  ║                  Find next               <CtrlL>                          ║
  63.  ╠═══════════════════════════════════════════════════════════════════════════╣
  64.  ║                          FILES and DOS INTERFACE                          ║
  65.  ╟───────────────────────────────────────────────────────────────────────────╢
  66.  ║           Invoke DOS shell        <CtrlO><CtrlI>                          ║
  67.  ║       Append block to file        <CtrlK><CtrlA>                          ║
  68.  ║      Save and exit to menu        <CtrlK><CtrlD>                          ║
  69.  ║               Abandon file        <CtrlK><CtrlQ>                          ║
  70.  ║      Read file into window        <CtrlK><CtrlR>                          ║
  71.  ║     Save and continue edit        <CtrlK><CtrlS>                          ║
  72.  ║        Write block to file        <CtrlK><CtrlW>                          ║
  73.  ║       Save and exit to DOS        <CtrlK><CtrlX>                          ║
  74.  ╠═══════════════════════════════════════════════════════════════════════════╣
  75.  ║                                  WINDOWS                                  ║
  76.  ╟───────────────────────────────────────────────────────────────────────────╢
  77.  ║                 Add window        <CtrlO><CtrlA>                          ║
  78.  ║        Grow current window        <CtrlO><CtrlG>                          ║
  79.  ║      Shrink current window        <CtrlO><CtrlS>                          ║
  80.  ║             Switch windows        <CtrlO><CtrlO>                          ║
  81.  ║           Show help window                  <F1>        <CtrlJ><CtrlH>    ║
  82.  ║        Zoom current window        <CtrlO><CtrlZ>                          ║
  83.  ╠═══════════════════════════════════════════════════════════════════════════╣
  84.  ║                                  BLOCKS                                   ║
  85.  ╟───────────────────────────────────────────────────────────────────────────╢
  86.  ║                Begin block        <CtrlK><CtrlB>                  <F7>    ║
  87.  ║                  End block        <CtrlK><CtrlK>                  <F8>    ║
  88.  ║               Top of block        <CtrlQ><CtrlB>                          ║
  89.  ║            Bottom of block        <CtrlQ><CtrlK>                          ║
  90.  ║                 Copy block        <CtrlK><CtrlC>                          ║
  91.  ║                 Move block        <CtrlK><CtrlV>                          ║
  92.  ║               Delete block        <CtrlK><CtrlY>                          ║
  93.  ║       Toggle block display        <CtrlK><CtrlH>                          ║
  94.  ║          Mark current word        <CtrlK><CtrlT>                          ║
  95.  ╠═══════════════════════════════════════════════════════════════════════════╣
  96.  ║                               TEXT MARKERS                                ║
  97.  ╟───────────────────────────────────────────────────────────────────────────╢
  98.  ║      Toggle marker display        <CtrlK><CtrlM>                          ║
  99.  ║               Set marker 0              <CtrlK>0        <CtrlK><Ctrl0>    ║
  100.  ║               Set marker 1              <CtrlK>1        <CtrlK><Ctrl1>    ║
  101.  ║               Set marker 2              <CtrlK>2        <CtrlK><Ctrl2>    ║
  102.  ║               Set marker 3              <CtrlK>3        <CtrlK><Ctrl3>    ║
  103.  ║               Set marker 4              <CtrlK>4        <CtrlK><Ctrl4>    ║
  104.  ║               Set marker 5              <CtrlK>5        <CtrlK><Ctrl5>    ║
  105.  ║               Set marker 6              <CtrlK>6        <CtrlK><Ctrl^>    ║
  106.  ║               Set marker 7              <CtrlK>7        <CtrlK><Ctrl7>    ║
  107.  ║               Set marker 8              <CtrlK>8        <CtrlK><Ctrl8>    ║
  108.  ║               Set marker 9              <CtrlK>9        <CtrlK><Ctrl9>    ║
  109.  ║              Jump marker 0              <CtrlQ>0        <CtrlQ><Ctrl0>    ║
  110.  ║              Jump marker 1              <CtrlQ>1        <CtrlQ><Ctrl1>    ║
  111.  ║              Jump marker 2              <CtrlQ>2        <CtrlQ><Ctrl2>    ║
  112.  ║              Jump marker 3              <CtrlQ>3        <CtrlQ><Ctrl3>    ║
  113.  ║              Jump marker 4              <CtrlQ>4        <CtrlQ><Ctrl4>    ║
  114.  ║              Jump marker 5              <CtrlQ>5        <CtrlQ><Ctrl5>    ║
  115.  ║              Jump marker 6              <CtrlQ>6        <CtrlQ><Ctrl^>    ║
  116.  ║              Jump marker 7              <CtrlQ>7        <CtrlQ><Ctrl7>    ║
  117.  ║              Jump marker 8              <CtrlQ>8        <CtrlQ><Ctrl8>    ║
  118.  ║              Jump marker 9              <CtrlQ>9        <CtrlQ><Ctrl9>    ║
  119.  ╠═══════════════════════════════════════════════════════════════════════════╣
  120.  ║                                  MACROS                                   ║
  121.  ╟───────────────────────────────────────────────────────────────────────────╢
  122.  ║      Load macros from disk        <CtrlJ><CtrlR>                          ║
  123.  ║       Write macros to disk        <CtrlJ><CtrlW>                          ║
  124.  ║        Toggle macro record        <CtrlJ><CtrlT>                          ║
  125.  ║             Insert Macro 1                <Alt1>                          ║
  126.  ║             Insert Macro 2                <Alt2>                          ║
  127.  ║             Insert Macro 3                <Alt3>                          ║
  128.  ║             Insert Macro 4                <Alt4>                          ║
  129.  ║             Insert Macro 5                <Alt5>                          ║
  130.  ║             Insert Macro 6                <Alt6>                          ║
  131.  ║             Insert Macro 7                <Alt7>                          ║
  132.  ║             Insert Macro 8                <Alt8>                          ║
  133.  ║             Insert Macro 9                <Alt9>                          ║
  134.  ║         Insert scrap macro        <CtrlJ><CtrlI>                          ║
  135.  ║  Insert scrap macro 1 time              <CtrlJ>1        <CtrlJ><Ctrl1>    ║
  136.  ║ Insert scrap macro 2 times              <CtrlJ>2        <CtrlJ><Ctrl2>    ║
  137.  ║ Insert scrap macro 3 times              <CtrlJ>3        <CtrlJ><Ctrl3>    ║
  138.  ║ Insert scrap macro 4 times              <CtrlJ>4        <CtrlJ><Ctrl4>    ║
  139.  ║ Insert scrap macro 5 times              <CtrlJ>5        <CtrlJ><Ctrl5>    ║
  140.  ║ Insert scrap macro 6 times              <CtrlJ>6        <CtrlJ><Ctrl^>    ║
  141.  ║ Insert scrap macro 7 times              <CtrlJ>7        <CtrlJ><Ctrl7>    ║
  142.  ║ Insert scrap macro 8 times              <CtrlJ>8        <CtrlJ><Ctrl8>    ║
  143.  ║ Insert scrap macro 9 times              <CtrlJ>9        <CtrlJ><Ctrl9>    ║
  144.  ╠═══════════════════════════════════════════════════════════════════════════╣
  145.  ║                            TOGGLES and STATUS                             ║
  146.  ╟───────────────────────────────────────────────────────────────────────────╢
  147.  ║        Show Version Number        <CtrlJ><CtrlV>                          ║
  148.  ║      Show available memory        <CtrlO><CtrlM>                          ║
  149.  ║         Toggle insert mode               <CtrlV>                 <Ins>    ║
  150.  ║     Toggle autoindent mode        <CtrlQ><CtrlI>                          ║
  151.  ╠═══════════════════════════════════════════════════════════════════════════╣
  152.  ║                              TEXT PROCESSING                              ║
  153.  ╟───────────────────────────────────────────────────────────────────────────╢
  154.  ║                Toggle case        <CtrlO><CtrlT>                          ║
  155.  ║                 Lower case        <CtrlO><CtrlL>                          ║
  156.  ║                 Upper case        <CtrlO><CtrlU>                          ║
  157.  ║           Set right margin        <CtrlO><CtrlR>                          ║
  158.  ║         Reformat paragraph               <CtrlB>                          ║
  159.  ║           Toggle word wrap        <CtrlO><CtrlW>                          ║
  160.  ║     Abort command (1 char)               <CtrlU>                          ║
  161.  ╠═══════════════════════════════════════════════════════════════════════════╣
  162.